home *** CD-ROM | disk | FTP | other *** search
/ Best of www.BestZips.com (Collector's Edition) / Best of WWW.BESTZIPS.COM Collector's Edition (JCSM Shareware) (JCS Marketing).ISO / prgtools / prtsut53.zip / SU1CP_16.ZIP / PRINTWIZ.DFM / PRINTWIZ.txt
Text File  |  1997-01-12  |  3KB  |  141 lines

  1. object PrintDialog1: TPrintDialog1
  2.   Left = 35
  3.   Top = 384
  4.   Width = 398
  5.   Height = 316
  6.   ActiveControl = CancelBtn
  7.   Caption = 'Print Status'
  8.   Font.Color = clBlack
  9.   Font.Height = -14
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = [fsBold]
  12.   Position = poScreenCenter
  13.   Visible = True
  14.   OnActivate = FormActivate
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 120
  17.   TextHeight = 16
  18.   object Bevel1: TBevel
  19.     Left = 10
  20.     Top = 10
  21.     Width = 369
  22.     Height = 207
  23.     Shape = bsFrame
  24.     IsControl = True
  25.   end
  26.   object Label2: TLabel
  27.     Left = 136
  28.     Top = 24
  29.     Width = 91
  30.     Height = 17
  31.     Caption = 'Formatting for'
  32.     Font.Color = clBlack
  33.     Font.Height = -15
  34.     Font.Name = 'Arial'
  35.     Font.Style = []
  36.     ParentFont = False
  37.   end
  38.   object Label3: TLabel
  39.     Left = 168
  40.     Top = 88
  41.     Width = 34
  42.     Height = 17
  43.     Caption = 'Page'
  44.     Font.Color = clBlack
  45.     Font.Height = -15
  46.     Font.Name = 'Arial'
  47.     Font.Style = []
  48.     ParentFont = False
  49.   end
  50.   object Label4: TLabel
  51.     Left = 8
  52.     Top = 224
  53.     Width = 143
  54.     Height = 17
  55.     Alignment = taCenter
  56.     Caption = 'Software Compiled by'
  57.     Font.Color = clBlack
  58.     Font.Height = -15
  59.     Font.Name = 'Arial'
  60.     Font.Style = []
  61.     ParentFont = False
  62.   end
  63.   object Label1: TLabel
  64.     Left = 160
  65.     Top = 156
  66.     Width = 53
  67.     Height = 17
  68.     Caption = 'Status'
  69.     Font.Color = clBlack
  70.     Font.Height = -15
  71.     Font.Name = 'Arial'
  72.     Font.Style = []
  73.     ParentFont = False
  74.   end
  75.   object CancelBtn: TBitBtn
  76.     Left = 304
  77.     Top = 234
  78.     Width = 75
  79.     Height = 33
  80.     Caption = '&Abort'
  81.     TabOrder = 0
  82.     OnClick = CancelBtnClick
  83.     Kind = bkCancel
  84.     Margin = 2
  85.     Spacing = -1
  86.     IsControl = True
  87.   end
  88.   object Licensed: TEdit
  89.     Left = 8
  90.     Top = 252
  91.     Width = 293
  92.     Height = 25
  93.     BorderStyle = bsNone
  94.     Color = clBtnFace
  95.     Ctl3D = False
  96.     Font.Color = clBlack
  97.     Font.Height = -13
  98.     Font.Name = 'Arial'
  99.     Font.Style = []
  100.     ParentCtl3D = False
  101.     ParentFont = False
  102.     TabOrder = 1
  103.   end
  104.   object Page: TEdit
  105.     Left = 20
  106.     Top = 112
  107.     Width = 349
  108.     Height = 25
  109.     Font.Color = clBlack
  110.     Font.Height = -15
  111.     Font.Name = 'Arial'
  112.     Font.Style = []
  113.     ParentFont = False
  114.     TabOrder = 2
  115.   end
  116.   object ToPrinter: TEdit
  117.     Left = 20
  118.     Top = 48
  119.     Width = 349
  120.     Height = 25
  121.     Font.Color = clBlack
  122.     Font.Height = -15
  123.     Font.Name = 'Arial'
  124.     Font.Style = []
  125.     ParentFont = False
  126.     TabOrder = 3
  127.   end
  128.   object Status: TEdit
  129.     Left = 20
  130.     Top = 180
  131.     Width = 349
  132.     Height = 25
  133.     Font.Color = clBlack
  134.     Font.Height = -15
  135.     Font.Name = 'Arial'
  136.     Font.Style = []
  137.     ParentFont = False
  138.     TabOrder = 4
  139.   end
  140. end
  141.